Crontab with a minute delay
December 28, 2009 · 65 views · 0 comments
Nearby In Time
Motorboat Fixes
December 28, 2009
Motorboat Fixes
December 28, 2009
A working boat (almost)
December 28, 2009
Alexa Linden Bear
December 28, 2009
Crontab with a minute delay
December 28, 2009
Geodesic Kaleidoscope Dome
December 28, 2009
U2 Kaleidoscope
December 28, 2009
Kaleidoscope TV
December 29, 2009
Free Office Hours HUD
December 30, 2009
About
I started to look into a way to get a php script to execute on a timed event. I found that crontab is used for this purpose. I can have quite a bit of control over it to run ever minute, hour, day, etc. It doesn't give fine control allowing me to run during specific seconds though. My commands in the queue may end up waiting for a minute before they are actually executed. When there is only a few commands in the queue, this is unacceptable. Why wait when you can do it now? I wonder if there is another approach to this to run every 15 seconds. From Dedric Mauriac via bloghud.com